Configure now generates a gdkconfig.h file, in similar way as GLib's
authorTor Lillqvist <tml@src.gnome.org>
Sat, 13 Mar 1999 16:40:24 +0000 (16:40 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 13 Mar 1999 16:40:24 +0000 (16:40 +0000)
commita3c5d33f26891f02bfcfc78f024f3b87a31753d1
tree346b6048411e807055e3feac19b9aa5cb2a14711
parent0d81100af3902f1a80ef93f9756bfc0142d74cb2
Configure now generates a gdkconfig.h file, in similar way as GLib's
configure generates glibconfig.h. Currently it only defines what
windowing API GDK uses, and on Unix (where configure scripts are
used), it's always X11...

Include gdkconfig.h in gdktypes.h.

gdkconfig.h is installed in @libdir@/gtk+/include (like glibconfig.h
is in @libdir@/glib/include). (This might be debatable?) Add that to
gtk-config --cflags.

Merge in Win32 changes to gtkfontsel.c
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gdk/Makefile.am
gdk/gdktypes.h
gdk/win32/gdkconfig.h [new file with mode: 0644]
gtk-config.in
gtk/gtkfontsel.c